overlay: Keep the main child at the bottom
authorTimm Bäder <mail@baedert.org>
Thu, 20 Jul 2017 10:33:57 +0000 (12:33 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 20 Jul 2017 10:33:57 +0000 (12:33 +0200)
commitc3176ed302471af5db9e2369d1bab12b200602ab
treec4544dbc2e6fee89b2f7aee6cc768af81c39ff65
parent953e76284329754367654fbe671036470c4851af
overlay: Keep the main child at the bottom

Since gtk_bin_add does a gtk_widget_set_parent call, we cannot use it in
a GtkBin implementation that has multiple child widgets and cares about
their order.
gtk/gtkoverlay.c